Click or drag to resize

ServiceDeleteItem Method (ItemId, SendMeetingInvitations)

Deletes an item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response DeleteItem(
	ItemId itemId,
	SendMeetingInvitations sendMeetingInvitations
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to delete.
sendMeetingInvitations
Type: Independentsoft.ExchangeSendMeetingInvitations
Indicates whether cancellation messages should be sent.

Return Value

Type: Response
Deletion result.
See Also